object frDocOptForm: TfrDocOptForm Left = 198 Top = 111 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Report options' ClientHeight = 238 ClientWidth = 213 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 26 Top = 210 Width = 18 Height = 16 AutoSize = True Picture.Data = {} Visible = False end object GroupBox1: TGroupBox Left = 4 Top = 4 Width = 205 Height = 145 Caption = 'Printer' TabOrder = 0 object CB1: TCheckBox Left = 8 Top = 120 Width = 185 Height = 17 HelpContext = 77 Caption = 'Select when report loaded' TabOrder = 1 end object LB1: TListBox Left = 8 Top = 16 Width = 187 Height = 97 ItemHeight = 16 Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = LB1DrawItem end end object GroupBox2: TGroupBox Left = 4 Top = 156 Width = 205 Height = 45 Caption = 'Other' TabOrder = 1 object CB2: TCheckBox Left = 8 Top = 18 Width = 181 Height = 17 HelpContext = 86 Caption = 'Two-pass report' TabOrder = 0 end end object Button1: TButton Left = 54 Top = 208 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 134 Top = 208 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end